home *** CD-ROM | disk | FTP | other *** search
- All TRUE options are sent to the printer before & after running a MENU
- TITLE, to ensure that your printer is always "fresh".
-
- RESET = TRUE will OVER-RIDE all other Printer Control options.
-
- If you load type fonts into the printer, all options should be FALSE.
-
- Please check that the above sequences match those in your printer manual.
- When changing code sequences, use the ASCII decimal code. Example:
- Purpose | Language | Statement
- -------------------------------------------------------------------------
- Send RESET codes | BASIC | LPRINT CHR$(27); "@";
- is the same as | BASIC | LPRINT CHR$(27); CHR$(64);
- is the same as | EasyMenu | 27 64
- NOTE: | -------- | @ equals ASCII decimal code 64.
- Standard Codes are for Epson / IBM Graphics Printer Control.